home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 February / Pcwk022003a.iso / Top10Freeware / PL / GreatFamily 1.1 / GF_Setup.exe / AppDir\greatfamily.exe / 0 / RCDATA / TEXPIRED / TEXPIRED.txt
Encoding:
Text File  |  2002-04-04  |  2.3 KB  |  99 lines

  1. object Expired: TExpired
  2.   Left = 77
  3.   Top = 94
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Important notice'
  7.   ClientHeight = 228
  8.   ClientWidth = 308
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 308
  25.     Height = 228
  26.     Align = alClient
  27.     BevelOuter = bvNone
  28.     BorderWidth = 3
  29.     TabOrder = 0
  30.     object Label1: TLabel
  31.       Left = 39
  32.       Top = 16
  33.       Width = 266
  34.       Height = 25
  35.       AutoSize = False
  36.       Caption = 'Thank you for using GreatFamily!'
  37.       Font.Charset = DEFAULT_CHARSET
  38.       Font.Color = clBlack
  39.       Font.Height = -11
  40.       Font.Name = 'MS Sans Serif'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.       WordWrap = True
  44.     end
  45.     object Label2: TLabel
  46.       Left = 40
  47.       Top = 90
  48.       Width = 241
  49.       Height = 49
  50.       AutoSize = False
  51.       Caption = 
  52.         'If you like this program, you are encouraged to click the regist' +
  53.         'ration button below to get your own authorization key.'
  54.       WordWrap = True
  55.     end
  56.     object Label3: TLabel
  57.       Left = 40
  58.       Top = 40
  59.       Width = 241
  60.       Height = 41
  61.       AutoSize = False
  62.       Caption = 
  63.         'Please help the author to further development of GenDesigner. Th' +
  64.         'is is an unregistered shareware copy.'
  65.       WordWrap = True
  66.     end
  67.     object Button1: TButton
  68.       Left = 64
  69.       Top = 144
  70.       Width = 193
  71.       Height = 30
  72.       Caption = 'Click here to register'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clWindowText
  75.       Font.Height = -11
  76.       Font.Name = 'MS Sans Serif'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.       TabOrder = 0
  80.       OnClick = Button1Click
  81.     end
  82.     object Button2: TButton
  83.       Left = 64
  84.       Top = 176
  85.       Width = 193
  86.       Height = 30
  87.       Caption = 'I have already registered'
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clWindowText
  90.       Font.Height = -11
  91.       Font.Name = 'MS Sans Serif'
  92.       Font.Style = [fsBold]
  93.       ParentFont = False
  94.       TabOrder = 1
  95.       OnClick = Button2Click
  96.     end
  97.   end
  98. end
  99.